home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / misc / helpinfo.zip / VB_PROG.ZIP / HELPINFO.BAS < prev    next >
BASIC Source File  |  1993-12-02  |  1KB  |  45 lines

  1. REM
  2. REM  File:  SAMPLE.BAS
  3. REM
  4. REM  This file contains integer mappings of
  5. REM  context strings (names of Help Topics)
  6. REM  which are located in SAMPLE.RTF.
  7. REM 
  8. REM  This file is re-written by RoboHELP
  9. REM  whenever SAMPLE.RTF is saved.
  10. REM
  11. REM  However, the numeric values stored in         
  12. REM  SAMPLE.HH are the 'master values' and if you  
  13. REM  modify the value in SAMPLE.HH and then        
  14. REM  save the SAMPLE.RTF again, this file will 
  15. REM  reflect the changed values.                   
  16. REM
  17.  
  18. Global Const A_Note_About_Style = 21
  19. Global Const CONTENTS = 1
  20. Global Const Copyright = 18
  21. Global Const Formating_Using_Tables = 8
  22. Global Const Glossary = 2
  23. Global Const Glossary_Detailes = 20
  24. Global Const Glossary_How_Its_Done = 19
  25. Global Const Here_Its_Done_2 = 11
  26. Global Const Jumping_to_Different_Topics = 9
  27. Global Const Popup_text_in_one_cell_table = 17
  28. Global Const Popup_Topic_Information = 15
  29. Global Const Print_Dialog_Box = 5
  30. Global Const Printing_Options = 6
  31. Global Const Printing_Overview = 4
  32. Global Const Read_Me_First = 3
  33. Global Const Sample_popup = 14
  34. Global Const Sample_Topic_in_Secondary_Window = 10
  35. Global Const Text_Not_in_Table = 16
  36. Global Const Topic_Being_Jumpted_To = 12
  37. Global Const Using_Browse_Sequences_and_Keywords = 7
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.